projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c481a77
)
Fix the build
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 15 Feb 2018 23:22:53 +0000
(18:22 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 15 Feb 2018 23:22:53 +0000
(18:22 -0500)
This was a mis-merge.
modules/input/meson.build
patch
|
blob
|
history
diff --git
a/modules/input/meson.build
b/modules/input/meson.build
index eb026f4705c239a7241e08ad682678bfa0962e9b..ac13c8c193385ca48b76f888aab640b1d5352254 100644
(file)
--- a/
modules/input/meson.build
+++ b/
modules/input/meson.build
@@
-37,6
+37,14
@@
endforeach
immodules_subdir = 'gtk-4.0/@0@/immodules'.format(gtk_binary_version)
immodules_install_dir = join_paths(gtk_libdir, immodules_subdir)
+# Format:
+# - protocol name
+# - protocol stability ('stable' or 'unstable')
+# - protocol version (if stability is 'unstable')
+proto_sources = [
+ ['gtk-text-input', 'stable', ],
+]
+
im_wayland_gen_headers = []
im_wayland_sources = files('imwayland.c')
wayland_scanner = find_program('wayland-scanner')